Html Css Color HEX #A88F30 Reef Gold

📋 copy color: '#A88F30'

red 168 ◦ green 143 ◦ blue 48

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

Shades of Reef Gold #A88F30

Tints of Reef Gold #A88F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 46.8%
G = 39.83%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A88F30 (or 0xA88F30) is known color: Reef Gold. HEX triplet: A8, 8F and 30. RGB value is (168,143,48). Sum of RGB (Red+Green+Blue) = 168+143+48=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F30 is #5770CF. Grayscale: #8C8C8C. Windows color (decimal): -5730512 or 3182504. OLE color: 3182504.

HSL color Cylindrical-coordinate representation of color #A88F30: hue angle of 47.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A88F30 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 143 48 -
CMYK 0 0.15 0.71 0.34
HSL 47.5º 0.56% 0.42% -
HSV(B) 47.5º 0.71% 0.66% -
XYZ 26.5 28.18 6.84 -
YUV 139.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 168 143 48 0 0.15 0.71 0.34 47.5 0.56 0.42
Hex A8 8F 30 0 F 47 22 30 38 2A
Octal 250 217 60 0 17 107 42 60 70 52
Binary 10101000 10001111 110000 0 1111 1000111 100010 110000 111000 101010

Color Harmonies of #A88F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88F30

Black with #A88F30

Text Example


Text Example

White with #A88F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88F30; }

 p { color: rgb(168,143,48); }

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

background-color css

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

 a { background-color: rgb(168,143,48); }

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

border-color css

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

 span { border-color: rgb(168,143,48); }

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