Html Css Color HEX #A7AF1D Bahia

📋 copy color: '#A7AF1D'

red 167 ◦ green 175 ◦ blue 29

#A7AF1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A7AF1D

Tints of Bahia #A7AF1D

RGB

 RED value IS 167 (65.63% from 255) = 45.01%

 GREEN value IS 175 (68.75% from 255) = 47.17%

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 45.01%
G = 47.17%
B = 7.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A7AF1D (or 0xA7AF1D) is known color: Bahia. HEX triplet: A7, AF and 1D. RGB value is (167,175,29). Sum of RGB (Red+Green+Blue) = 167+175+29=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AF1D is #5850E2. Grayscale: #9C9C9C. Windows color (decimal): -5787875 or 1945511. OLE color: 1945511.

HSL color Cylindrical-coordinate representation of color #A7AF1D: hue angle of 63.29º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7AF1D is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 175 29 -
CMYK 0.05 0 0.83 0.31
HSL 63.29º 0.72% 0.4% -
HSV(B) 63.29º 0.83% 0.69% -
XYZ 31.49 38.96 7.02 -
YUV 155.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 167 175 29 0.05 0 0.83 0.31 63.29 0.72 0.4
Hex A7 AF 1D 5 0 53 1F 3F 48 28
Octal 247 257 35 5 0 123 37 77 110 50
Binary 10100111 10101111 11101 101 0 1010011 11111 111111 1001000 101000

Color Harmonies of #A7AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AF1D

Black with #A7AF1D

Text Example


Text Example

White with #A7AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AF1D; }

 p { color: rgb(167,175,29); }

 H1.HeaderClassName
 {
   color: #A7AF1D;
 }
 .AnyTagClassName
 {
   color: #A7AF1D;
 }
</style>

background-color css

<style>
 a { background-color: #A7AF1D; }

 a { background-color: rgb(167,175,29); }

 div.DivClassName
 {
   background-color: #A7AF1D;
 }
 .BgClassName
 {
   background-color: #A7AF1D;
 }
</style>

border-color css

<style>
 span { border-color: #A7AF1D; }

 span { border-color: rgb(167,175,29); }

 td.TdClassName
 {
   border-color: #A7AF1D;
 }
 .TagClassName
 {
   border-color: #A7AF1D;
 }
</style>