Html Css Color HEX #A48836 Reef Gold

📋 copy color: '#A48836'

red 164 ◦ green 136 ◦ blue 54

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

Shades of Reef Gold #A48836

Tints of Reef Gold #A48836

RGB

 RED value IS 164 (64.45% from 255) = 46.33%

 GREEN value IS 136 (53.52% from 255) = 38.42%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 46.33%
G = 38.42%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A48836 (or 0xA48836) is known color: Reef Gold. HEX triplet: A4, 88 and 36. RGB value is (164,136,54). Sum of RGB (Red+Green+Blue) = 164+136+54=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A48836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48836 is #5B77C9. Grayscale: #878787. Windows color (decimal): -5994442 or 3573924. OLE color: 3573924.

HSL color Cylindrical-coordinate representation of color #A48836: hue angle of 44.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A48836 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 54 -
CMYK 0 0.17 0.67 0.36
HSL 44.73º 0.5% 0.43% -
HSV(B) 44.73º 0.67% 0.64% -
XYZ 24.78 25.77 7.16 -
YUV 135.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 164 136 54 0 0.17 0.67 0.36 44.73 0.5 0.43
Hex A4 88 36 0 11 43 24 2D 32 2B
Octal 244 210 66 0 21 103 44 55 62 53
Binary 10100100 10001000 110110 0 10001 1000011 100100 101101 110010 101011

Color Harmonies of #A48836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48836

Black with #A48836

Text Example


Text Example

White with #A48836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48836; }

 p { color: rgb(164,136,54); }

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

background-color css

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

 a { background-color: rgb(164,136,54); }

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

border-color css

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

 span { border-color: rgb(164,136,54); }

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