Html Css Color HEX #A9852A Reef Gold

📋 copy color: '#A9852A'

red 169 ◦ green 133 ◦ blue 42

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

Shades of Reef Gold #A9852A

Tints of Reef Gold #A9852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 49.13%
G = 38.66%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9852A (or 0xA9852A) is known color: Reef Gold. HEX triplet: A9, 85 and 2A. RGB value is (169,133,42). Sum of RGB (Red+Green+Blue) = 169+133+42=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9852A is #567AD5. Grayscale: #858585. Windows color (decimal): -5667542 or 2786729. OLE color: 2786729.

HSL color Cylindrical-coordinate representation of color #A9852A: hue angle of 42.99º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9852A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 42 -
CMYK 0 0.21 0.75 0.34
HSL 42.99º 0.6% 0.41% -
HSV(B) 42.99º 0.75% 0.66% -
XYZ 25.17 25.38 5.76 -
YUV 133.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 169 133 42 0 0.21 0.75 0.34 42.99 0.6 0.41
Hex A9 85 2A 0 15 4B 22 2B 3C 29
Octal 251 205 52 0 25 113 42 53 74 51
Binary 10101001 10000101 101010 0 10101 1001011 100010 101011 111100 101001

Color Harmonies of #A9852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9852A

Black with #A9852A

Text Example


Text Example

White with #A9852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9852A; }

 p { color: rgb(169,133,42); }

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

background-color css

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

 a { background-color: rgb(169,133,42); }

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

border-color css

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

 span { border-color: rgb(169,133,42); }

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