Html Css Color HEX #A99434 Reef Gold

📋 copy color: '#A99434'

red 169 ◦ green 148 ◦ blue 52

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

Shades of Reef Gold #A99434

Tints of Reef Gold #A99434

RGB

 RED value IS 169 (66.41% from 255) = 45.8%

 GREEN value IS 148 (58.2% from 255) = 40.11%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 45.8%
G = 40.11%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A99434 (or 0xA99434) is known color: Reef Gold. HEX triplet: A9, 94 and 34. RGB value is (169,148,52). Sum of RGB (Red+Green+Blue) = 169+148+52=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A99434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99434 is #566BCB. Grayscale: #8F8F8F. Windows color (decimal): -5663692 or 3445929. OLE color: 3445929.

HSL color Cylindrical-coordinate representation of color #A99434: hue angle of 49.23º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A99434 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 52 -
CMYK 0 0.12 0.69 0.34
HSL 49.23º 0.53% 0.43% -
HSV(B) 49.23º 0.69% 0.66% -
XYZ 27.57 29.86 7.56 -
YUV 143.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 169 148 52 0 0.12 0.69 0.34 49.23 0.53 0.43
Hex A9 94 34 0 C 45 22 31 35 2B
Octal 251 224 64 0 14 105 42 61 65 53
Binary 10101001 10010100 110100 0 1100 1000101 100010 110001 110101 101011

Color Harmonies of #A99434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99434

Black with #A99434

Text Example


Text Example

White with #A99434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99434; }

 p { color: rgb(169,148,52); }

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

background-color css

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

 a { background-color: rgb(169,148,52); }

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

border-color css

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

 span { border-color: rgb(169,148,52); }

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