Html Css Color HEX #A88534 Reef Gold

📋 copy color: '#A88534'

red 168 ◦ green 133 ◦ blue 52

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

Shades of Reef Gold #A88534

Tints of Reef Gold #A88534

RGB

 RED value IS 168 (66.02% from 255) = 47.59%

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

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

R = 47.59%
G = 37.68%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A88534 (or 0xA88534) is known color: Reef Gold. HEX triplet: A8, 85 and 34. RGB value is (168,133,52). Sum of RGB (Red+Green+Blue) = 168+133+52=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A88534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88534 is #577ACB. Grayscale: #868686. Windows color (decimal): -5733068 or 3442088. OLE color: 3442088.

HSL color Cylindrical-coordinate representation of color #A88534: hue angle of 41.9º 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 #A88534 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 52 -
CMYK 0 0.21 0.69 0.34
HSL 41.9º 0.53% 0.43% -
HSV(B) 41.9º 0.69% 0.66% -
XYZ 25.16 25.35 6.82 -
YUV 134.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 168 133 52 0 0.21 0.69 0.34 41.9 0.53 0.43
Hex A8 85 34 0 15 45 22 2A 35 2B
Octal 250 205 64 0 25 105 42 52 65 53
Binary 10101000 10000101 110100 0 10101 1000101 100010 101010 110101 101011

Color Harmonies of #A88534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88534

Black with #A88534

Text Example


Text Example

White with #A88534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88534; }

 p { color: rgb(168,133,52); }

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

background-color css

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

 a { background-color: rgb(168,133,52); }

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

border-color css

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

 span { border-color: rgb(168,133,52); }

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